| Fully Qualified Name: | Laminas\View\Helper\HtmlObject |
| Extends: | AbstractHtmlElement |
| Name | Description | Defined By |
|---|---|---|
| __invoke() | Output an object set | HtmlObject |
| getClosingBracket() | Get the tag closing bracket | AbstractHtmlElement |
| getView() | Get the view object | AbstractHelper |
| setView() | Set the View object | AbstractHelper |
Output an object set
| Parameter Name | Type | Description |
|---|---|---|
| $data | string | The |
| $type | string | Data |
| $attribs | array | Attribs |
| $params | array | Params |
| $content | string | Alternative |
Returns: string
Get the tag closing bracket
Returns: string
Get the view object
Returns: null|\Renderer
Set the View object
| Parameter Name | Type | Description |
|---|---|---|
| $view | \Renderer |
Returns: \AbstractHelper